home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- CLS
- ECHO
- ECHO
- ECHO
- ECHO This procedure prints NamePal documentation and an Order Form.
- ECHO Make sure your printer is ready to go. Your printer will
- ECHO need about 15 sheets of paper, and should be turned on now.
- ECHO
- ECHO
- ECHO
- ECHO If you do NOT want to print a manual, hold down the Ctrl key and
- ECHO press C, and then reply Y.
- ECHO
- ECHO
- ECHO Otherwise, to proceed with the printing:
- ECHO
- PAUSE
- ECHO
- ECHO
- ECHO Printing documentation manual...
- ECHO ON
- COPY order.frm PRN
- COPY MANUAL.DOC PRN
-